From a60bd95a198739e320e9c934da3ab23f703b0b8a Mon Sep 17 00:00:00 2001 From: Ian Campbell Date: Thu, 21 Nov 2013 10:49:14 +0000 Subject: [PATCH] xen: arm: Remove useless and incorrect EXPORT_SYMBOLS Dietmar noticed that one of these was incorrect, but in actual fact they are not even used. They are defined as nops in Xen for the benefit of code imported to Linux which ARM's smpboot.c is not. Just get rid of them. Reported-by: Dietmar Hahn Signed-off-by: Ian Campbell --- xen/arch/arm/smpboot.c | 3 --- 1 file changed, 3 deletions(-) diff --git a/xen/arch/arm/smpboot.c b/xen/arch/arm/smpboot.c index e862477154..6b4a18c147 100644 --- a/xen/arch/arm/smpboot.c +++ b/xen/arch/arm/smpboot.c @@ -32,11 +32,8 @@ #include cpumask_t cpu_online_map; -EXPORT_SYMBOL(cpu_online_map); cpumask_t cpu_present_map; -EXPORT_SYMBOL(cpu_online_map); cpumask_t cpu_possible_map; -EXPORT_SYMBOL(cpu_possible_map); struct cpuinfo_arm cpu_data[NR_CPUS]; -- 2.30.2